google.golang.org/grpc/internal/transport.bufWriter.Flush (method)

6 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L585: 			l.framer.writer.Flush()
		controlbuf.go#L630: 			l.framer.writer.Flush()
		http2_client.go#L460: 	if err := t.framer.writer.Flush(); err != nil {
		http2_server.go#L300: 	t.framer.writer.Flush()
		http2_server.go#L1406: 		t.framer.writer.Flush()
		http_util.go#L348: func (w *bufWriter) Flush() error {